From: Daiki Ueno Date: Mon, 4 May 2009 01:33:32 +0000 (+0000) Subject: (epg-wait-for-completion): Add a comment explaining the reason of the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~671 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9c1d277cabec236712262d280e4e476a727648eb;p=emacs.git (epg-wait-for-completion): Add a comment explaining the reason of the previous change. --- diff --git a/lisp/epg.el b/lisp/epg.el index 3c80ef9db77..5c9fd9b882b 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -1176,6 +1176,7 @@ This function is for internal use only." "Wait until the `epg-gpg-program' process completes." (while (eq (process-status (epg-context-process context)) 'run) (accept-process-output (epg-context-process context) 1)) + ;; This line is needed to run the process-filter right now. (sleep-for 0.1)) (defun epg-reset (context)